Overload | Description |
---|---|
Upload(UploadModel) | Renders a upload widget with the specified id and options in the model. |
Upload(String,UploadModel) | Renders a upload widget with the specified id and options in the model. |
Upload() | Creates a wrapper that can be used to chain a number of methods to produce a upload widget with the required options. |
Upload(UploadModel,IDictionary<String,Object>) | Renders an upload widget with the specified options in the model and html attributes |
Upload(UploadModel,Object) | Renders an upload widget with the specified options in the model and html attributes |
Upload(String,UploadModel,IDictionary<String,Object>) | Renders an upload widget with the specified id, options in the model and html attributes |
Upload(String,UploadModel,Object) | Renders an upload widget with the specified id, options in the model and html attributes |
Upload(IDictionary<String,Object>) | Creates a wrapper to chain initialization properties on for the igUpload control and sets its html attributes. |
Upload(Object) | Creates a wrapper to chain initialization properties on for the igUpload control and sets its html attributes. |
Target Platforms: Windows 8.1, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
View on GitHub